@charset "UTF-8";
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px; }
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #004748; }
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EDEDED; }

@keyframes _loadUDO_1 {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes _loadUDO_1 {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes _loadLRO_1 {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes _loadLRO_1 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@keyframes _loadLRO_2 {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes _loadLRO_2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }
.comhead .logo {
  animation: _loadUDO_1 0.5s linear 0s 1;
  -webkit-animation: _loadUDO_1 0.5s linear 0s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }
.comhead .topsearch {
  animation: _loadLRO_2 0.5s linear 0.2s 1;
  -webkit-animation: _loadLRO_2 0.5s linear 0.2s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

@keyframes _loadUDO_2 {
  0% {
    transform: translateY(10px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes _loadUDO_2 {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
.comnav li {
  animation: _loadUDO_2 0.3s linear 0s 1;
  -webkit-animation: _loadUDO_2 0.3s linear 0s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }
  .comnav li:nth-child(2) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s; }
  .comnav li:nth-child(3) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; }
  .comnav li:nth-child(4) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s; }
  .comnav li:nth-child(5) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; }
  .comnav li:nth-child(6) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; }
  .comnav li:nth-child(7) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s; }
  .comnav li:nth-child(8) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s; }
  .comnav li:nth-child(9) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s; }

/*# sourceMappingURL=active.css.map */
